home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / mccmnthn.lha / MCC_MonthNavigator / .Product-Info next >
Text File  |  1996-12-26  |  3KB  |  106 lines

  1. .name
  2. MonthNavigator.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class showing a field with the days of a month
  7. .description
  8. MonthNavigator is a Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It is a subclass of group-class.
  10.  
  11. The idea of this class was born during developing my Gregor application.
  12.  
  13. MUI public custom class showing a field with the days of a specified month in
  14. a specified year.
  15. The user decides if the names of the weekdays and the weeknumbers will
  16. be shown. Also it is possible for the user to set which weekday should be the
  17. day on which a week was started - the language for the weekday names can also
  18. be chosen.
  19. A special feature of this class is, that it correctly handles October 1582. In
  20. this month the days 5-14 didn't exist, because they were removed by the
  21. Gregorian calendar reform. This calendar reform happens in different years for
  22. different countries, so the user can set his country with the user preferences.
  23.  
  24. Users can change the display of MonthNavigator with the following features:
  25. - Show/Hide names of the weekdays
  26. - Select name of weekday with which a week starts
  27. - Select the language to use for the names of weekdays (out of 18)
  28. - Show/Hide weeknumbers
  29. - Select the country for the Gregorian calendar reform (unusable as long as
  30.   the date.library has not fully implemented this feature)
  31. - Set the distance between the day-field and the names of weekdays/weeknumbers
  32. - Use frames for day-fields
  33. - Show/Hide unused day-fields
  34. - Display the last/first days of the previous/next month within the unused
  35.   day-fields.
  36. - Define how days of the previous/next month should be highlighted.
  37. - Define how the internal 'mark today' hook should highlight today.
  38.  
  39. MonthNavigator supports also the following features which might be of interest
  40. for developers:
  41. - Dropping a date-object onto a MonthNavigator will set this date as the actual
  42.   one
  43. - Objects can be dropped onto the days
  44. - Days can be dragged around
  45. - Days can be marked by changing the following attributes:
  46.   * MUIA_Text_PreParse
  47.   * MUIA_Background
  48.   * MUI_ShortHelp
  49.   * MUIA_Disabled
  50. - Supporting MUIM_Import and MUIM_Export
  51. - Dates can be correctly selected from 0008-01-01 to 8000-12-31 by using the
  52.   DateLib (TM)
  53.  
  54. The MonthNavigator also supports three input modes: read-only, relverify and
  55. the immediate mode.
  56. .version
  57. 16.4
  58. .date
  59. 1996.12.26
  60. .author
  61. Kai Hofmann
  62. .address
  63. Arberger Heerstr. 92
  64. 28307 Bremen
  65. Germany
  66. .email
  67. i07m@zfn.uni-bremen.de
  68. .www
  69. http://www.informatik.uni-bremen.de/~i07m/
  70. .requirements
  71. MUI 3.5+
  72. date.library 33.223+ (included)
  73. .distribution
  74. Giftware
  75. .price
  76. The minimum price is a trade. Send me a full version of your product at
  77. no cost including free updates!
  78. .installsize
  79. 15KB - 279KB
  80. .source
  81. ANSI-C demo source included
  82. .construction
  83. SAS-C 6.57 with optimization
  84. .exectype
  85. 68000,68020
  86. MUI custom class, MUI preference class and demo program
  87. .tested
  88. CPU: 68030; OS 3.1; MUI 3.6; Video/Graphics: Picasso II (Village Tronic)
  89. Enforcer 37.62, Mungwall 37.71, SegTracker 37.62
  90. .docs
  91. MCC_MonthNavigator.readme
  92. docs/english/MonthNavigator_mcc.guide
  93. docs/english/MonthNavigator_mcc.doc
  94. docs/deutsch/MonthNavigator_mcc.guide
  95. docs/deutsch/MonthNavigator_mcc.doc
  96. developer/autodocs/MCC_MonthNavigator.doc
  97. libs/date.readme
  98. .aminet-dir
  99. dev/mui
  100. .aminet-file
  101. MCC_MonthNavi.lha
  102. .described-by
  103. Kai Hofmann <i07m@zfn.uni-bremen.de>
  104. .submitted-by
  105. Kai Hofmann <i07m@zfn.uni-bremen.de>
  106.